Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KIP 848: Added support for DescribeConsumerGroup for consumer protocol groups #1357

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

PratRanj07
Copy link
Contributor

This PR intends to add support for DescribeConsumerGroup for the new consumer protocol.
The tests will fail till the changes in the librdkafka is merged to master.
Librdkafka PR: [https://github.com/confluentinc/librdkafka/pull/4922](KIP 848: Added support for DescribeConsumerGroup for consumer protocol groups)
The test is passing on local:

go test -v -tags dynamic -run 'TestIntegration/TestAdminClient_DescribeConsumerGroupsProtocolCompatibility'
=== RUN TestIntegration
=== RUN TestIntegration/TestAdminClient_DescribeConsumerGroupsProtocolCompatibility
%4|1733734234.565|ASSIGNOR|client-new-1#consumer-2| [thrd:app]: "range" assignor is sticky with group protocol CONSUMER
%4|1733734234.570|CGRP|client-new-1#consumer-2| [thrd:app]: KIP-848 Consumer Group Protocol is in Early Access and MUST NOT be used in production
%4|1733734239.620|ASSIGNOR|client-new-2#consumer-3| [thrd:app]: "range" assignor is sticky with group protocol CONSUMER
%4|1733734239.620|CGRP|client-new-2#consumer-3| [thrd:app]: KIP-848 Consumer Group Protocol is in Early Access and MUST NOT be used in production
--- PASS: TestIntegration (11.63s)
--- PASS: TestIntegration/TestAdminClient_DescribeConsumerGroupsProtocolCompatibility (11.63s)
PASS
ok github.com/confluentinc/confluent-kafka-go/v2/kafka 12.519s

@PratRanj07 PratRanj07 requested review from a team as code owners December 9, 2024 09:00
@confluent-cla-assistant
Copy link

🎉 All Contributor License Agreements have been signed. Ready to merge.
Please push an empty commit if you would like to re-run the checks to verify CLA status for all contributors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant